Julia数据科学系列-Bootstrap包
Bootstrap vs permutation
Bootstrap.jl
Sampling
Bootstrap核心是有放回地抽样,Bootstrap.jl中定义了常用的抽样函数:
非参数抽样
BasicSampling BalanceSampling ExactSampling AntitheticSampling MaximumEntropySampling
参数抽样
ResidualSampling WildSampling
辅助函数
nrun(bs): 返回样本量 statistic(bs): 返回统计函数 noise(bs::): 返回WildSampling的噪声函数
置信区间
BasicConfInt PercentileConfInt NormalConfInt StudentConfInt BCaConfInt: Bias-coreected and accelerated